home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sregexpf / stdafx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-30  |  1.2 KB  |  38 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #if !defined(AFX_STDAFX_H__CC7B663B_DF3B_11D1_AAC0_00C0DF4A4D6C__INCLUDED_)
  6. #define AFX_STDAFX_H__CC7B663B_DF3B_11D1_AAC0_00C0DF4A4D6C__INCLUDED_
  7.  
  8. #if _MSC_VER >= 1000
  9. #pragma once
  10. #endif // _MSC_VER >= 1000
  11.  
  12.  
  13. #pragma warning(disable:4710) // inline function not expanded
  14. #pragma warning(disable:4711) // function selected for automatic inline expansion
  15. #pragma warning (disable:4511 4512)
  16.  
  17. //#define _WIN32_WINNT 0x0400
  18. #define _ATL_APARTMENT_THREADED
  19.  
  20.  
  21. #pragma warning (disable:4310)
  22. #include <atlbase.h>
  23. #pragma warning (disable:4310)
  24. #include <comdef.h>
  25. //You may derive a class from CComModule and use it if you want to override
  26. //something, but do not change the name of _Module
  27. extern CComModule _Module;
  28. #include <atlcom.h>
  29.  
  30. #include <string>
  31. #include <assert.h>
  32.  
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  35.  
  36.  
  37. #endif // !defined(AFX_STDAFX_H__CC7B663B_DF3B_11D1_AAC0_00C0DF4A4D6C__INCLUDED)
  38.